home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dmake38c.zip / TIME.H < prev    next >
C/C++ Source or Header  |  1992-01-23  |  133b  |  11 lines

  1. /*
  2. ** Berkeley get this wrong!
  3. */
  4. #ifndef    TIME_h
  5. #define    TIME_h
  6.  
  7. typedef    long    time_t;    /* this is the thing we use */
  8.  
  9. #endif    TIME_h
  10.  
  11.